home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Voice Net VRS / evalvn98.exe / _SETUP.1 / MicSetup.exe / 0 / RCDATA / TMICMSGFRM / TMICMSGFRM.txt
Encoding:
Text File  |  1999-04-26  |  1.2 KB  |  61 lines

  1. object MicMsgFrm: TMicMsgFrm
  2.   Left = 227
  3.   Top = 177
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 186
  7.   ClientWidth = 414
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 8
  21.     Width = 389
  22.     Height = 137
  23.     AutoSize = False
  24.     Caption = 'Label1'
  25.     Transparent = True
  26.     WordWrap = True
  27.   end
  28.   object Button1: TButton
  29.     Left = 326
  30.     Top = 154
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object MicMsgDig: TCheckBox
  39.     Left = 12
  40.     Top = 156
  41.     Width = 307
  42.     Height = 17
  43.     Caption = 'Do not display this message in the future'
  44.     TabOrder = 1
  45.   end
  46.   object INIPropSav1: TINIPropSav
  47.     FileName = 'micmsg.ini'
  48.     AutoSaveProperties = asvBeforeOnHideForm
  49.     StoreAsRawData = []
  50.     UseRegistry = True
  51.     CompanyName = 'Grover Industries'
  52.     ProductName = 'VREngine32'
  53.     Left = 366
  54.     Top = 80
  55.     Properties = (
  56.       'MicMsgDig+Checked')
  57.     Sections = (
  58.       'CheckBox1+Checked=.1#1')
  59.   end
  60. end
  61.